home *** CD-ROM | disk | FTP | other *** search
- on(press){
- _root.dis = 2;
- if(_root.inven._currentframe == 1)
- {
- if(_root.micon._currentframe == 1 && _root.range == true)
- {
- _root.take = 33;
- _root.sfx.gotoAndStop(3);
- _root.next_dis1 = 2;
- _root.next_txt1 = "You have no idea what I went through to get you!";
- _root.even38 = 2;
- }
- if(_root.micon._currentframe == 2)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "The drink actually came out.";
- }
- }
- }
-